type github.com/refraction-networking/utls.aead
11 uses
github.com/refraction-networking/utls (current package)
cipher_suites.go#L147: aead func(key, fixedNonce []byte) aead
cipher_suites.go#L198: aead func(key, fixedNonce []byte) aead
cipher_suites.go#L441: type aead interface {
cipher_suites.go#L512: func aeadAESGCM(key, noncePrefix []byte) aead {
cipher_suites.go#L549: func aeadAESGCMTLS13(key, nonceMask []byte) aead {
cipher_suites.go#L576: func aeadChaCha20Poly1305(key, nonceMask []byte) aead {
conn.go#L268: case aead:
conn.go#L363: case aead:
conn.go#L516: case aead:
u_public.go#L238: Aead func(key, fixedNonce []byte) aead
u_public.go#L510: Aead func(key, fixedNonce []byte) aead
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |